Html Css Color HEX #1FCBE3 Dark Turquoise

📋 copy color: '#1FCBE3'

red 31 ◦ green 203 ◦ blue 227

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

Shades of Dark Turquoise #1FCBE3

Tints of Dark Turquoise #1FCBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 49.24%

R = 6.72%
G = 44.03%
B = 49.24%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#1FCBE3 (or 0x1FCBE3) is known color: Dark Turquoise. HEX triplet: 1F, CB and E3. RGB value is (31,203,227). Sum of RGB (Red+Green+Blue) = 31+203+227=461 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.72% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 227 (89.06% from 255 or 49.24% from 461); Max value from RGB is 227 - color contains mainly: blue. Hex color #1FCBE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCBE3 is #E0341C. Grayscale: #9A9A9A. Windows color (decimal): -14693405 or 14928671. OLE color: 14928671.

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

Color convert

RGB 31 203 227 -
CMYK 0.86 0.11 0 0.11
HSL 187.35º 0.78% 0.51% -
HSV(B) 187.35º 0.86% 0.89% -
XYZ 35.79 48.55 80.16 -
YUV 154.31 169.02 40.05 -
System Red Green Blue C M Y K H S L
Decimal 31 203 227 0.86 0.11 0 0.11 187.35 0.78 0.51
Hex 1F CB E3 56 B 0 B BB 4E 33
Octal 37 313 343 126 13 0 13 273 116 63
Binary 11111 11001011 11100011 1010110 1011 0 1011 10111011 1001110 110011

Color Harmonies of #1FCBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCBE3

Black with #1FCBE3

Text Example


Text Example

White with #1FCBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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