Html Css Color HEX #0DCFDA Dark Turquoise

📋 copy color: '#0DCFDA'

red 13 ◦ green 207 ◦ blue 218

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

Shades of Dark Turquoise #0DCFDA

Tints of Dark Turquoise #0DCFDA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.26%

 BLUE value IS 218 (85.55% from 255) = 49.77%

R = 2.97%
G = 47.26%
B = 49.77%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0DCFDA (or 0x0DCFDA) is known color: Dark Turquoise. HEX triplet: 0D, CF and DA. RGB value is (13,207,218). Sum of RGB (Red+Green+Blue) = 13+207+218=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #0DCFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DCFDA is #F23025. Grayscale: #969696. Windows color (decimal): -15872038 or 14339853. OLE color: 14339853.

HSL color Cylindrical-coordinate representation of color #0DCFDA: hue angle of 183.22º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCFDA is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 13 207 218 -
CMYK 0.94 0.05 0 0.15
HSL 183.22º 0.89% 0.45% -
HSV(B) 183.22º 0.94% 0.85% -
XYZ 35.13 49.77 74.09 -
YUV 150.25 166.23 30.11 -
System Red Green Blue C M Y K H S L
Decimal 13 207 218 0.94 0.05 0 0.15 183.22 0.89 0.45
Hex D CF DA 5E 5 0 F B7 59 2D
Octal 15 317 332 136 5 0 17 267 131 55
Binary 1101 11001111 11011010 1011110 101 0 1111 10110111 1011001 101101

Color Harmonies of #0DCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCFDA

Black with #0DCFDA

Text Example


Text Example

White with #0DCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,207,218); }

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

background-color css

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

 a { background-color: rgb(13,207,218); }

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

border-color css

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

 span { border-color: rgb(13,207,218); }

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