Html Css Color HEX #22CCDA Dark Turquoise

📋 copy color: '#22CCDA'

red 34 ◦ green 204 ◦ blue 218

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

Shades of Dark Turquoise #22CCDA

Tints of Dark Turquoise #22CCDA

RGB

 RED value IS 34 (13.67% from 255) = 7.46%

 GREEN value IS 204 (80.08% from 255) = 44.74%

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

R = 7.46%
G = 44.74%
B = 47.81%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#22CCDA (or 0x22CCDA) is known color: Dark Turquoise. HEX triplet: 22, CC and DA. RGB value is (34,204,218). Sum of RGB (Red+Green+Blue) = 34+204+218=456 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.46% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #22CCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CCDA is #DD3325. Grayscale: #9A9A9A. Windows color (decimal): -14496550 or 14339106. OLE color: 14339106.

HSL color Cylindrical-coordinate representation of color #22CCDA: hue angle of 184.57º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22CCDA is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 204 218 -
CMYK 0.84 0.06 0 0.15
HSL 184.57º 0.73% 0.49% -
HSV(B) 184.57º 0.84% 0.85% -
XYZ 34.91 48.59 73.87 -
YUV 154.77 163.68 41.86 -
System Red Green Blue C M Y K H S L
Decimal 34 204 218 0.84 0.06 0 0.15 184.57 0.73 0.49
Hex 22 CC DA 54 6 0 F B9 49 31
Octal 42 314 332 124 6 0 17 271 111 61
Binary 100010 11001100 11011010 1010100 110 0 1111 10111001 1001001 110001

Color Harmonies of #22CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22CCDA

Black with #22CCDA

Text Example


Text Example

White with #22CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22CCDA; }

 p { color: rgb(34,204,218); }

 H1.HeaderClassName
 {
   color: #22CCDA;
 }
 .AnyTagClassName
 {
   color: #22CCDA;
 }
</style>

background-color css

<style>
 a { background-color: #22CCDA; }

 a { background-color: rgb(34,204,218); }

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

border-color css

<style>
 span { border-color: #22CCDA; }

 span { border-color: rgb(34,204,218); }

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