Html Css Color HEX #0CDDD7 Bright Turquoise

📋 copy color: '#0CDDD7'

red 12 ◦ green 221 ◦ blue 215

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

Shades of Bright Turquoise #0CDDD7

Tints of Bright Turquoise #0CDDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.99%

R = 2.68%
G = 49.33%
B = 47.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#0CDDD7 (or 0x0CDDD7) is known color: Bright Turquoise. HEX triplet: 0C, DD and D7. RGB value is (12,221,215). Sum of RGB (Red+Green+Blue) = 12+221+215=448 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.68% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDD7 is #F32228. Grayscale: #9D9D9D. Windows color (decimal): -15933993 or 14146828. OLE color: 14146828.

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

Color convert

RGB 12 221 215 -
CMYK 0.95 0 0.03 0.13
HSL 178.28º 0.9% 0.46% -
HSV(B) 178.28º 0.95% 0.87% -
XYZ 38.27 56.7 73.22 -
YUV 157.83 160.26 23.99 -
System Red Green Blue C M Y K H S L
Decimal 12 221 215 0.95 0 0.03 0.13 178.28 0.9 0.46
Hex C DD D7 5F 0 3 D B2 5A 2E
Octal 14 335 327 137 0 3 15 262 132 56
Binary 1100 11011101 11010111 1011111 0 11 1101 10110010 1011010 101110

Color Harmonies of #0CDDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDDD7

Black with #0CDDD7

Text Example


Text Example

White with #0CDDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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