Html Css Color HEX #0CE4FA Bright Turquoise

📋 copy color: '#0CE4FA'

red 12 ◦ green 228 ◦ blue 250

#0CE4FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0CE4FA

Tints of Bright Turquoise #0CE4FA

RGB

 RED value IS 12 (5.08% from 255) = 2.45%

 GREEN value IS 228 (89.45% from 255) = 46.53%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 2.45%
G = 46.53%
B = 51.02%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0CE4FA (or 0x0CE4FA) is known color: Bright Turquoise. HEX triplet: 0C, E4 and FA. RGB value is (12,228,250). Sum of RGB (Red+Green+Blue) = 12+228+250=490 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.45% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #0CE4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CE4FA is #F31B05. Grayscale: #A5A5A5. Windows color (decimal): -15932166 or 16442380. OLE color: 16442380.

HSL color Cylindrical-coordinate representation of color #0CE4FA: hue angle of 185.55º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE4FA is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 228 250 -
CMYK 0.95 0.09 0 0.02
HSL 185.55º 0.96% 0.51% -
HSV(B) 185.55º 0.95% 0.98% -
XYZ 45.15 62.47 100.12 -
YUV 165.92 175.44 18.21 -
System Red Green Blue C M Y K H S L
Decimal 12 228 250 0.95 0.09 0 0.02 185.55 0.96 0.51
Hex C E4 FA 5F 9 0 2 BA 60 33
Octal 14 344 372 137 11 0 2 272 140 63
Binary 1100 11100100 11111010 1011111 1001 0 10 10111010 1100000 110011

Color Harmonies of #0CE4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE4FA

Black with #0CE4FA

Text Example


Text Example

White with #0CE4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CE4FA; }

 p { color: rgb(12,228,250); }

 H1.HeaderClassName
 {
   color: #0CE4FA;
 }
 .AnyTagClassName
 {
   color: #0CE4FA;
 }
</style>

background-color css

<style>
 a { background-color: #0CE4FA; }

 a { background-color: rgb(12,228,250); }

 div.DivClassName
 {
   background-color: #0CE4FA;
 }
 .BgClassName
 {
   background-color: #0CE4FA;
 }
</style>

border-color css

<style>
 span { border-color: #0CE4FA; }

 span { border-color: rgb(12,228,250); }

 td.TdClassName
 {
   border-color: #0CE4FA;
 }
 .TagClassName
 {
   border-color: #0CE4FA;
 }
</style>