Html Css Color HEX #1FCBE5 Dark Turquoise

📋 copy color: '#1FCBE5'

red 31 ◦ green 203 ◦ blue 229

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

Shades of Dark Turquoise #1FCBE5

Tints of Dark Turquoise #1FCBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.46%

R = 6.7%
G = 43.84%
B = 49.46%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1FCBE5 (or 0x1FCBE5) is known color: Dark Turquoise. HEX triplet: 1F, CB and E5. RGB value is (31,203,229). Sum of RGB (Red+Green+Blue) = 31+203+229=463 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.70% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #1FCBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCBE5 is #E0341A. Grayscale: #9A9A9A. Windows color (decimal): -14693403 or 15059743. OLE color: 15059743.

HSL color Cylindrical-coordinate representation of color #1FCBE5: hue angle of 187.88º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FCBE5 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 31 203 229 -
CMYK 0.86 0.11 0 0.10
HSL 187.88º 0.79% 0.51% -
HSV(B) 187.88º 0.86% 0.9% -
XYZ 36.06 48.66 81.62 -
YUV 154.54 170.02 39.89 -
System Red Green Blue C M Y K H S L
Decimal 31 203 229 0.86 0.11 0 0.10 187.88 0.79 0.51
Hex 1F CB E5 56 B 0 A BC 4F 33
Octal 37 313 345 126 13 0 12 274 117 63
Binary 11111 11001011 11100101 1010110 1011 0 1010 10111100 1001111 110011

Color Harmonies of #1FCBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCBE5

Black with #1FCBE5

Text Example


Text Example

White with #1FCBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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