Html Css Color HEX #0DCADF Dark Turquoise

📋 copy color: '#0DCADF'

red 13 ◦ green 202 ◦ blue 223

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

Shades of Dark Turquoise #0DCADF

Tints of Dark Turquoise #0DCADF

RGB

 RED value IS 13 (5.47% from 255) = 2.97%

 GREEN value IS 202 (79.3% from 255) = 46.12%

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

R = 2.97%
G = 46.12%
B = 50.91%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0DCADF (or 0x0DCADF) is known color: Dark Turquoise. HEX triplet: 0D, CA and DF. RGB value is (13,202,223). Sum of RGB (Red+Green+Blue) = 13+202+223=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DCADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCADF is #F23520. Grayscale: #939393. Windows color (decimal): -15873313 or 14666253. OLE color: 14666253.

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

Color convert

RGB 13 202 223 -
CMYK 0.94 0.09 0 0.13
HSL 186º 0.89% 0.46% -
HSV(B) 186º 0.94% 0.87% -
XYZ 34.61 47.65 77.19 -
YUV 147.88 170.38 31.79 -
System Red Green Blue C M Y K H S L
Decimal 13 202 223 0.94 0.09 0 0.13 186 0.89 0.46
Hex D CA DF 5E 9 0 D BA 59 2E
Octal 15 312 337 136 11 0 15 272 131 56
Binary 1101 11001010 11011111 1011110 1001 0 1101 10111010 1011001 101110

Color Harmonies of #0DCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCADF

Black with #0DCADF

Text Example


Text Example

White with #0DCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,202,223); }

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

background-color css

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

 a { background-color: rgb(13,202,223); }

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

border-color css

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

 span { border-color: rgb(13,202,223); }

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