Html Css Color HEX #1FCCDA Dark Turquoise

📋 copy color: '#1FCCDA'

red 31 ◦ green 204 ◦ blue 218

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

Shades of Dark Turquoise #1FCCDA

Tints of Dark Turquoise #1FCCDA

RGB

 RED value IS 31 (12.5% from 255) = 6.84%

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

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

R = 6.84%
G = 45.03%
B = 48.12%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1FCCDA (or 0x1FCCDA) is known color: Dark Turquoise. HEX triplet: 1F, CC and DA. RGB value is (31,204,218). Sum of RGB (Red+Green+Blue) = 31+204+218=453 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.84% from 453); Green value is 204 (80.08% from 255 or 45.03% 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 #1FCCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCDA is #E03325. Grayscale: #999999. Windows color (decimal): -14693158 or 14339103. OLE color: 14339103.

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

Color convert

RGB 31 204 218 -
CMYK 0.86 0.06 0 0.15
HSL 184.49º 0.75% 0.49% -
HSV(B) 184.49º 0.86% 0.85% -
XYZ 34.81 48.54 73.86 -
YUV 153.87 164.19 40.36 -
System Red Green Blue C M Y K H S L
Decimal 31 204 218 0.86 0.06 0 0.15 184.49 0.75 0.49
Hex 1F CC DA 56 6 0 F B8 4B 31
Octal 37 314 332 126 6 0 17 270 113 61
Binary 11111 11001100 11011010 1010110 110 0 1111 10111000 1001011 110001

Color Harmonies of #1FCCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCDA

Black with #1FCCDA

Text Example


Text Example

White with #1FCCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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