Html Css Color HEX #1FCDDB Dark Turquoise

📋 copy color: '#1FCDDB'

red 31 ◦ green 205 ◦ blue 219

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

Shades of Dark Turquoise #1FCDDB

Tints of Dark Turquoise #1FCDDB

RGB

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

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

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

R = 6.81%
G = 45.05%
B = 48.13%

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

#1FCDDB (or 0x1FCDDB) is known color: Dark Turquoise. HEX triplet: 1F, CD and DB. RGB value is (31,205,219). Sum of RGB (Red+Green+Blue) = 31+205+219=455 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.81% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FCDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCDDB is #E03224. Grayscale: #9A9A9A. Windows color (decimal): -14692901 or 14404895. OLE color: 14404895.

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

Color convert

RGB 31 205 219 -
CMYK 0.86 0.06 0 0.14
HSL 184.47º 0.75% 0.49% -
HSV(B) 184.47º 0.86% 0.86% -
XYZ 35.18 49.07 74.63 -
YUV 154.57 164.35 39.86 -
System Red Green Blue C M Y K H S L
Decimal 31 205 219 0.86 0.06 0 0.14 184.47 0.75 0.49
Hex 1F CD DB 56 6 0 E B8 4B 31
Octal 37 315 333 126 6 0 16 270 113 61
Binary 11111 11001101 11011011 1010110 110 0 1110 10111000 1001011 110001

Color Harmonies of #1FCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCDDB

Black with #1FCDDB

Text Example


Text Example

White with #1FCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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