Html Css Color HEX #0CDDDB Bright Turquoise

📋 copy color: '#0CDDDB'

red 12 ◦ green 221 ◦ blue 219

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

Shades of Bright Turquoise #0CDDDB

Tints of Bright Turquoise #0CDDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.89%

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 2.65%
G = 48.89%
B = 48.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#0CDDDB (or 0x0CDDDB) is known color: Bright Turquoise. HEX triplet: 0C, DD and DB. RGB value is (12,221,219). Sum of RGB (Red+Green+Blue) = 12+221+219=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDDB is #F32224. Grayscale: #9E9E9E. Windows color (decimal): -15933989 or 14408972. OLE color: 14408972.

HSL color Cylindrical-coordinate representation of color #0CDDDB: hue angle of 179.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDDDB is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 221 219 -
CMYK 0.95 0 0.01 0.13
HSL 179.43º 0.9% 0.46% -
HSV(B) 179.43º 0.95% 0.87% -
XYZ 38.79 56.91 75.96 -
YUV 158.28 162.26 23.66 -
System Red Green Blue C M Y K H S L
Decimal 12 221 219 0.95 0 0.01 0.13 179.43 0.9 0.46
Hex C DD DB 5F 0 1 D B3 5A 2E
Octal 14 335 333 137 0 1 15 263 132 56
Binary 1100 11011101 11011011 1011111 0 1 1101 10110011 1011010 101110

Color Harmonies of #0CDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDDDB

Black with #0CDDDB

Text Example


Text Example

White with #0CDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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