Html Css Color HEX #2FEDEE Turquoise

📋 copy color: '#2FEDEE'

red 47 ◦ green 237 ◦ blue 238

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

Shades of Turquoise #2FEDEE

Tints of Turquoise #2FEDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.4%

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

R = 9%
G = 45.4%
B = 45.59%

CMYK

 C value IS 0.80

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FEDEE (or 0x2FEDEE) is known color: Turquoise. HEX triplet: 2F, ED and EE. RGB value is (47,237,238). Sum of RGB (Red+Green+Blue) = 47+237+238=522 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.00% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FEDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEDEE is #D01211. Grayscale: #B4B4B4. Windows color (decimal): -13636114 or 15658287. OLE color: 15658287.

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

Color convert

RGB 47 237 238 -
CMYK 0.80 0.00 0 0.07
HSL 180.31º 0.85% 0.56% -
HSV(B) 180.31º 0.8% 0.93% -
XYZ 46.89 67.35 91.42 -
YUV 180.3 160.55 32.92 -
System Red Green Blue C M Y K H S L
Decimal 47 237 238 0.80 0.00 0 0.07 180.31 0.85 0.56
Hex 2F ED EE 50 0 0 7 B4 55 38
Octal 57 355 356 120 0 0 7 264 125 70
Binary 101111 11101101 11101110 1010000 0 0 111 10110100 1010101 111000

Color Harmonies of #2FEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEDEE

Black with #2FEDEE

Text Example


Text Example

White with #2FEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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