Html Css Color HEX #0CDEEB Bright Turquoise

📋 copy color: '#0CDEEB'

red 12 ◦ green 222 ◦ blue 235

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

Shades of Bright Turquoise #0CDEEB

Tints of Bright Turquoise #0CDEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 2.56%
G = 47.33%
B = 50.11%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0CDEEB (or 0x0CDEEB) is known color: Bright Turquoise. HEX triplet: 0C, DE and EB. RGB value is (12,222,235). Sum of RGB (Red+Green+Blue) = 12+222+235=469 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CDEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDEEB is #F32114. Grayscale: #A0A0A0. Windows color (decimal): -15933717 or 15457804. OLE color: 15457804.

HSL color Cylindrical-coordinate representation of color #0CDEEB: hue angle of 183.5º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDEEB is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 222 235 -
CMYK 0.95 0.06 0 0.08
HSL 183.5º 0.9% 0.48% -
HSV(B) 183.5º 0.95% 0.92% -
XYZ 41.27 58.32 87.68 -
YUV 160.69 169.93 21.94 -
System Red Green Blue C M Y K H S L
Decimal 12 222 235 0.95 0.06 0 0.08 183.5 0.9 0.48
Hex C DE EB 5F 6 0 8 B7 5A 30
Octal 14 336 353 137 6 0 10 267 132 60
Binary 1100 11011110 11101011 1011111 110 0 1000 10110111 1011010 110000

Color Harmonies of #0CDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDEEB

Black with #0CDEEB

Text Example


Text Example

White with #0CDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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