Html Css Color HEX #0CCDDF Dark Turquoise

📋 copy color: '#0CCDDF'

red 12 ◦ green 205 ◦ blue 223

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

Shades of Dark Turquoise #0CCDDF

Tints of Dark Turquoise #0CCDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.59%

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 2.73%
G = 46.59%
B = 50.68%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0CCDDF (or 0x0CCDDF) is known color: Dark Turquoise. HEX triplet: 0C, CD and DF. RGB value is (12,205,223). Sum of RGB (Red+Green+Blue) = 12+205+223=440 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CCDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCDDF is #F33220. Grayscale: #959595. Windows color (decimal): -15938081 or 14667020. OLE color: 14667020.

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

Color convert

RGB 12 205 223 -
CMYK 0.95 0.08 0 0.13
HSL 185.12º 0.9% 0.46% -
HSV(B) 185.12º 0.95% 0.87% -
XYZ 35.3 49.07 77.42 -
YUV 149.35 169.56 30.04 -
System Red Green Blue C M Y K H S L
Decimal 12 205 223 0.95 0.08 0 0.13 185.12 0.9 0.46
Hex C CD DF 5F 8 0 D B9 5A 2E
Octal 14 315 337 137 10 0 15 271 132 56
Binary 1100 11001101 11011111 1011111 1000 0 1101 10111001 1011010 101110

Color Harmonies of #0CCDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCDDF

Black with #0CCDDF

Text Example


Text Example

White with #0CCDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,205,223); }

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

background-color css

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

 a { background-color: rgb(12,205,223); }

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

border-color css

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

 span { border-color: rgb(12,205,223); }

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