Html Css Color HEX #16CFDA Dark Turquoise

📋 copy color: '#16CFDA'

red 22 ◦ green 207 ◦ blue 218

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

Shades of Dark Turquoise #16CFDA

Tints of Dark Turquoise #16CFDA

RGB

 RED value IS 22 (8.98% from 255) = 4.92%

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

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

R = 4.92%
G = 46.31%
B = 48.77%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#16CFDA (or 0x16CFDA) is known color: Dark Turquoise. HEX triplet: 16, CF and DA. RGB value is (22,207,218). Sum of RGB (Red+Green+Blue) = 22+207+218=447 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.92% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #16CFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16CFDA is #E93025. Grayscale: #989898. Windows color (decimal): -15282214 or 14339862. OLE color: 14339862.

HSL color Cylindrical-coordinate representation of color #16CFDA: hue angle of 183.37º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16CFDA is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 207 218 -
CMYK 0.90 0.05 0 0.15
HSL 183.37º 0.82% 0.47% -
HSV(B) 183.37º 0.9% 0.85% -
XYZ 35.3 49.86 74.09 -
YUV 152.94 164.71 34.61 -
System Red Green Blue C M Y K H S L
Decimal 22 207 218 0.90 0.05 0 0.15 183.37 0.82 0.47
Hex 16 CF DA 5A 5 0 F B7 52 2F
Octal 26 317 332 132 5 0 17 267 122 57
Binary 10110 11001111 11011010 1011010 101 0 1111 10110111 1010010 101111

Color Harmonies of #16CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CFDA

Black with #16CFDA

Text Example


Text Example

White with #16CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16CFDA; }

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

 H1.HeaderClassName
 {
   color: #16CFDA;
 }
 .AnyTagClassName
 {
   color: #16CFDA;
 }
</style>

background-color css

<style>
 a { background-color: #16CFDA; }

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

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

border-color css

<style>
 span { border-color: #16CFDA; }

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

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