Html Css Color HEX #1FCDDA Dark Turquoise

📋 copy color: '#1FCDDA'

red 31 ◦ green 205 ◦ blue 218

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

Shades of Dark Turquoise #1FCDDA

Tints of Dark Turquoise #1FCDDA

RGB

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

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

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

R = 6.83%
G = 45.15%
B = 48.02%

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

#1FCDDA (or 0x1FCDDA) is known color: Dark Turquoise. HEX triplet: 1F, CD and DA. RGB value is (31,205,218). Sum of RGB (Red+Green+Blue) = 31+205+218=454 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.83% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #1FCDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCDDA is #E03225. Grayscale: #9A9A9A. Windows color (decimal): -14692902 or 14339359. OLE color: 14339359.

HSL color Cylindrical-coordinate representation of color #1FCDDA: hue angle of 184.17º 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 #1FCDDA is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 205 218 -
CMYK 0.86 0.06 0 0.15
HSL 184.17º 0.75% 0.49% -
HSV(B) 184.17º 0.86% 0.85% -
XYZ 35.05 49.02 73.94 -
YUV 154.46 163.85 39.94 -
System Red Green Blue C M Y K H S L
Decimal 31 205 218 0.86 0.06 0 0.15 184.17 0.75 0.49
Hex 1F CD DA 56 6 0 F B8 4B 31
Octal 37 315 332 126 6 0 17 270 113 61
Binary 11111 11001101 11011010 1010110 110 0 1111 10111000 1001011 110001

Color Harmonies of #1FCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCDDA

Black with #1FCDDA

Text Example


Text Example

White with #1FCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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