Html Css Color HEX #1CCFDA Dark Turquoise

📋 copy color: '#1CCFDA'

red 28 ◦ green 207 ◦ blue 218

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

Shades of Dark Turquoise #1CCFDA

Tints of Dark Turquoise #1CCFDA

RGB

 RED value IS 28 (11.33% from 255) = 6.18%

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

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

R = 6.18%
G = 45.7%
B = 48.12%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1CCFDA (or 0x1CCFDA) is known color: Dark Turquoise. HEX triplet: 1C, CF and DA. RGB value is (28,207,218). Sum of RGB (Red+Green+Blue) = 28+207+218=453 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.18% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #1CCFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCFDA is #E33025. Grayscale: #9A9A9A. Windows color (decimal): -14888998 or 14339868. OLE color: 14339868.

HSL color Cylindrical-coordinate representation of color #1CCFDA: hue angle of 183.47º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CCFDA is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 28 207 218 -
CMYK 0.87 0.05 0 0.15
HSL 183.47º 0.77% 0.48% -
HSV(B) 183.47º 0.87% 0.85% -
XYZ 35.45 49.93 74.1 -
YUV 154.73 163.7 37.61 -
System Red Green Blue C M Y K H S L
Decimal 28 207 218 0.87 0.05 0 0.15 183.47 0.77 0.48
Hex 1C CF DA 57 5 0 F B7 4D 30
Octal 34 317 332 127 5 0 17 267 115 60
Binary 11100 11001111 11011010 1010111 101 0 1111 10110111 1001101 110000

Color Harmonies of #1CCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCFDA

Black with #1CCFDA

Text Example


Text Example

White with #1CCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CCFDA; }

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

 H1.HeaderClassName
 {
   color: #1CCFDA;
 }
 .AnyTagClassName
 {
   color: #1CCFDA;
 }
</style>

background-color css

<style>
 a { background-color: #1CCFDA; }

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

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

border-color css

<style>
 span { border-color: #1CCFDA; }

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

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