Html Css Color HEX #0CDEEE Bright Turquoise

📋 copy color: '#0CDEEE'

red 12 ◦ green 222 ◦ blue 238

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

Shades of Bright Turquoise #0CDEEE

Tints of Bright Turquoise #0CDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.03%

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 2.54%
G = 47.03%
B = 50.42%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0CDEEE (or 0x0CDEEE) is known color: Bright Turquoise. HEX triplet: 0C, DE and EE. RGB value is (12,222,238). Sum of RGB (Red+Green+Blue) = 12+222+238=472 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.54% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #0CDEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDEEE is #F32111. Grayscale: #A0A0A0. Windows color (decimal): -15933714 or 15654412. OLE color: 15654412.

HSL color Cylindrical-coordinate representation of color #0CDEEE: hue angle of 184.25º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDEEE is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 222 238 -
CMYK 0.95 0.07 0 0.07
HSL 184.25º 0.9% 0.49% -
HSV(B) 184.25º 0.95% 0.93% -
XYZ 41.71 58.49 89.98 -
YUV 161.03 171.43 21.7 -
System Red Green Blue C M Y K H S L
Decimal 12 222 238 0.95 0.07 0 0.07 184.25 0.9 0.49
Hex C DE EE 5F 7 0 7 B8 5A 31
Octal 14 336 356 137 7 0 7 270 132 61
Binary 1100 11011110 11101110 1011111 111 0 111 10111000 1011010 110001

Color Harmonies of #0CDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDEEE

Black with #0CDEEE

Text Example


Text Example

White with #0CDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,222,238); }

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

background-color css

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

 a { background-color: rgb(12,222,238); }

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

border-color css

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

 span { border-color: rgb(12,222,238); }

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