Html Css Color HEX #0ECDDA Dark Turquoise

📋 copy color: '#0ECDDA'

red 14 ◦ green 205 ◦ blue 218

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

Shades of Dark Turquoise #0ECDDA

Tints of Dark Turquoise #0ECDDA

RGB

 RED value IS 14 (5.86% from 255) = 3.2%

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

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

R = 3.2%
G = 46.91%
B = 49.89%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0ECDDA (or 0x0ECDDA) is known color: Dark Turquoise. HEX triplet: 0E, CD and DA. RGB value is (14,205,218). Sum of RGB (Red+Green+Blue) = 14+205+218=437 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #0ECDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECDDA is #F13225. Grayscale: #959595. Windows color (decimal): -15807014 or 14339342. OLE color: 14339342.

HSL color Cylindrical-coordinate representation of color #0ECDDA: hue angle of 183.82º degrees, saturation: 0.88, 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 #0ECDDA is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 205 218 -
CMYK 0.94 0.06 0 0.15
HSL 183.82º 0.88% 0.45% -
HSV(B) 183.82º 0.94% 0.85% -
XYZ 34.67 48.82 73.93 -
YUV 149.37 166.72 31.44 -
System Red Green Blue C M Y K H S L
Decimal 14 205 218 0.94 0.06 0 0.15 183.82 0.88 0.45
Hex E CD DA 5E 6 0 F B8 58 2D
Octal 16 315 332 136 6 0 17 270 130 55
Binary 1110 11001101 11011010 1011110 110 0 1111 10111000 1011000 101101

Color Harmonies of #0ECDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECDDA

Black with #0ECDDA

Text Example


Text Example

White with #0ECDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,205,218); }

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

background-color css

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

 a { background-color: rgb(14,205,218); }

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

border-color css

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

 span { border-color: rgb(14,205,218); }

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