Html Css Color HEX #2FEFEE Turquoise

📋 copy color: '#2FEFEE'

red 47 ◦ green 239 ◦ blue 238

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

Shades of Turquoise #2FEFEE

Tints of Turquoise #2FEFEE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.61%

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 8.97%
G = 45.61%
B = 45.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#2FEFEE (or 0x2FEFEE) is known color: Turquoise. HEX triplet: 2F, EF and EE. RGB value is (47,239,238). Sum of RGB (Red+Green+Blue) = 47+239+238=524 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.97% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEFEE is #D01011. Grayscale: #B5B5B5. Windows color (decimal): -13635602 or 15658799. OLE color: 15658799.

HSL color Cylindrical-coordinate representation of color #2FEFEE: hue angle of 179.69º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEFEE is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 239 238 -
CMYK 0.80 0 0.00 0.06
HSL 179.69º 0.86% 0.56% -
HSV(B) 179.69º 0.8% 0.94% -
XYZ 47.47 68.51 91.61 -
YUV 181.48 159.89 32.08 -
System Red Green Blue C M Y K H S L
Decimal 47 239 238 0.80 0 0.00 0.06 179.69 0.86 0.56
Hex 2F EF EE 50 0 0 6 B4 56 38
Octal 57 357 356 120 0 0 6 264 126 70
Binary 101111 11101111 11101110 1010000 0 0 110 10110100 1010110 111000

Color Harmonies of #2FEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEFEE

Black with #2FEFEE

Text Example


Text Example

White with #2FEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,239,238); }

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

background-color css

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

 a { background-color: rgb(47,239,238); }

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

border-color css

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

 span { border-color: rgb(47,239,238); }

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