Html Css Color HEX #1FCBDA Dark Turquoise

📋 copy color: '#1FCBDA'

red 31 ◦ green 203 ◦ blue 218

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

Shades of Dark Turquoise #1FCBDA

Tints of Dark Turquoise #1FCBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.91%

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

R = 6.86%
G = 44.91%
B = 48.23%

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

#1FCBDA (or 0x1FCBDA) is known color: Dark Turquoise. HEX triplet: 1F, CB and DA. RGB value is (31,203,218). Sum of RGB (Red+Green+Blue) = 31+203+218=452 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.86% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #1FCBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCBDA is #E03425. Grayscale: #999999. Windows color (decimal): -14693414 or 14338847. OLE color: 14338847.

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

Color convert

RGB 31 203 218 -
CMYK 0.86 0.07 0 0.15
HSL 184.81º 0.75% 0.49% -
HSV(B) 184.81º 0.86% 0.85% -
XYZ 34.58 48.07 73.78 -
YUV 153.28 164.52 40.78 -
System Red Green Blue C M Y K H S L
Decimal 31 203 218 0.86 0.07 0 0.15 184.81 0.75 0.49
Hex 1F CB DA 56 7 0 F B9 4B 31
Octal 37 313 332 126 7 0 17 271 113 61
Binary 11111 11001011 11011010 1010110 111 0 1111 10111001 1001011 110001

Color Harmonies of #1FCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCBDA

Black with #1FCBDA

Text Example


Text Example

White with #1FCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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