Html Css Color HEX #1FCEDB Dark Turquoise

📋 copy color: '#1FCEDB'

red 31 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #1FCEDB

Tints of Dark Turquoise #1FCEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.18%

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 6.8%
G = 45.18%
B = 48.03%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1FCEDB (or 0x1FCEDB) is known color: Dark Turquoise. HEX triplet: 1F, CE and DB. RGB value is (31,206,219). Sum of RGB (Red+Green+Blue) = 31+206+219=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FCEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCEDB is #E03124. Grayscale: #9A9A9A. Windows color (decimal): -14692645 or 14405151. OLE color: 14405151.

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

Color convert

RGB 31 206 219 -
CMYK 0.86 0.06 0 0.14
HSL 184.15º 0.75% 0.49% -
HSV(B) 184.15º 0.86% 0.86% -
XYZ 35.42 49.55 74.71 -
YUV 155.16 164.02 39.44 -
System Red Green Blue C M Y K H S L
Decimal 31 206 219 0.86 0.06 0 0.14 184.15 0.75 0.49
Hex 1F CE DB 56 6 0 E B8 4B 31
Octal 37 316 333 126 6 0 16 270 113 61
Binary 11111 11001110 11011011 1010110 110 0 1110 10111000 1001011 110001

Color Harmonies of #1FCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCEDB

Black with #1FCEDB

Text Example


Text Example

White with #1FCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,206,219); }

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

background-color css

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

 a { background-color: rgb(31,206,219); }

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

border-color css

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

 span { border-color: rgb(31,206,219); }

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