Html Css Color HEX #1FECCA Bright Turquoise

📋 copy color: '#1FECCA'

red 31 ◦ green 236 ◦ blue 202

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

Shades of Bright Turquoise #1FECCA

Tints of Bright Turquoise #1FECCA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.32%

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 6.61%
G = 50.32%
B = 43.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#1FECCA (or 0x1FECCA) is known color: Bright Turquoise. HEX triplet: 1F, EC and CA. RGB value is (31,236,202). Sum of RGB (Red+Green+Blue) = 31+236+202=469 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.61% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECCA is #E01335. Grayscale: #AAAAAA. Windows color (decimal): -14684982 or 13298719. OLE color: 13298719.

HSL color Cylindrical-coordinate representation of color #1FECCA: hue angle of 170.05º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FECCA is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 236 202 -
CMYK 0.87 0 0.14 0.07
HSL 170.05º 0.84% 0.52% -
HSV(B) 170.05º 0.87% 0.93% -
XYZ 41.22 64.55 66.16 -
YUV 170.83 145.58 28.26 -
System Red Green Blue C M Y K H S L
Decimal 31 236 202 0.87 0 0.14 0.07 170.05 0.84 0.52
Hex 1F EC CA 57 0 E 7 AA 54 34
Octal 37 354 312 127 0 16 7 252 124 64
Binary 11111 11101100 11001010 1010111 0 1110 111 10101010 1010100 110100

Color Harmonies of #1FECCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FECCA

Black with #1FECCA

Text Example


Text Example

White with #1FECCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,236,202); }

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

background-color css

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

 a { background-color: rgb(31,236,202); }

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

border-color css

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

 span { border-color: rgb(31,236,202); }

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