Html Css Color HEX #2FF8E4 Turquoise

📋 copy color: '#2FF8E4'

red 47 ◦ green 248 ◦ blue 228

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

Shades of Turquoise #2FF8E4

Tints of Turquoise #2FF8E4

RGB

 RED value IS 47 (18.75% from 255) = 8.99%

 GREEN value IS 248 (97.27% from 255) = 47.42%

 BLUE value IS 228 (89.45% from 255) = 43.59%

R = 8.99%
G = 47.42%
B = 43.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#2FF8E4 (or 0x2FF8E4) is known color: Turquoise. HEX triplet: 2F, F8 and E4. RGB value is (47,248,228). Sum of RGB (Red+Green+Blue) = 47+248+228=523 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.99% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF8E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF8E4 is #D0071B. Grayscale: #B9B9B9. Windows color (decimal): -13633308 or 15005743. OLE color: 15005743.

HSL color Cylindrical-coordinate representation of color #2FF8E4: hue angle of 174.03º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF8E4 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 47 248 228 -
CMYK 0.81 0 0.08 0.03
HSL 174.03º 0.93% 0.58% -
HSV(B) 174.03º 0.81% 0.97% -
XYZ 48.74 73.34 84.99 -
YUV 185.62 151.91 29.13 -
System Red Green Blue C M Y K H S L
Decimal 47 248 228 0.81 0 0.08 0.03 174.03 0.93 0.58
Hex 2F F8 E4 51 0 8 3 AE 5D 3A
Octal 57 370 344 121 0 10 3 256 135 72
Binary 101111 11111000 11100100 1010001 0 1000 11 10101110 1011101 111010

Color Harmonies of #2FF8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF8E4

Black with #2FF8E4

Text Example


Text Example

White with #2FF8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FF8E4; }

 p { color: rgb(47,248,228); }

 H1.HeaderClassName
 {
   color: #2FF8E4;
 }
 .AnyTagClassName
 {
   color: #2FF8E4;
 }
</style>

background-color css

<style>
 a { background-color: #2FF8E4; }

 a { background-color: rgb(47,248,228); }

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

border-color css

<style>
 span { border-color: #2FF8E4; }

 span { border-color: rgb(47,248,228); }

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