Html Css Color HEX #1FCADA Dark Turquoise

📋 copy color: '#1FCADA'

red 31 ◦ green 202 ◦ blue 218

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

Shades of Dark Turquoise #1FCADA

Tints of Dark Turquoise #1FCADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.79%

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

R = 6.87%
G = 44.79%
B = 48.34%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1FCADA (or 0x1FCADA) is known color: Dark Turquoise. HEX triplet: 1F, CA and DA. RGB value is (31,202,218). Sum of RGB (Red+Green+Blue) = 31+202+218=451 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.87% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #1FCADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCADA is #E03525. Grayscale: #989898. Windows color (decimal): -14693670 or 14338591. OLE color: 14338591.

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

Color convert

RGB 31 202 218 -
CMYK 0.86 0.07 0 0.15
HSL 185.13º 0.75% 0.49% -
HSV(B) 185.13º 0.86% 0.85% -
XYZ 34.34 47.59 73.71 -
YUV 152.7 164.85 41.2 -
System Red Green Blue C M Y K H S L
Decimal 31 202 218 0.86 0.07 0 0.15 185.13 0.75 0.49
Hex 1F CA DA 56 7 0 F B9 4B 31
Octal 37 312 332 126 7 0 17 271 113 61
Binary 11111 11001010 11011010 1010110 111 0 1111 10111001 1001011 110001

Color Harmonies of #1FCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCADA

Black with #1FCADA

Text Example


Text Example

White with #1FCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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