Html Css Color HEX #0CDBEB Bright Turquoise

📋 copy color: '#0CDBEB'

red 12 ◦ green 219 ◦ blue 235

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

Shades of Bright Turquoise #0CDBEB

Tints of Bright Turquoise #0CDBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47%

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

R = 2.58%
G = 47%
B = 50.43%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0CDBEB (or 0x0CDBEB) is known color: Bright Turquoise. HEX triplet: 0C, DB and EB. RGB value is (12,219,235). Sum of RGB (Red+Green+Blue) = 12+219+235=466 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CDBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDBEB is #F32414. Grayscale: #9E9E9E. Windows color (decimal): -15934485 or 15457036. OLE color: 15457036.

HSL color Cylindrical-coordinate representation of color #0CDBEB: hue angle of 184.3º 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 #0CDBEB is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 219 235 -
CMYK 0.95 0.07 0 0.08
HSL 184.3º 0.9% 0.48% -
HSV(B) 184.3º 0.95% 0.92% -
XYZ 40.48 56.74 87.42 -
YUV 158.93 170.92 23.2 -
System Red Green Blue C M Y K H S L
Decimal 12 219 235 0.95 0.07 0 0.08 184.3 0.9 0.48
Hex C DB EB 5F 7 0 8 B8 5A 30
Octal 14 333 353 137 7 0 10 270 132 60
Binary 1100 11011011 11101011 1011111 111 0 1000 10111000 1011010 110000

Color Harmonies of #0CDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDBEB

Black with #0CDBEB

Text Example


Text Example

White with #0CDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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