Html Css Color HEX #2FEDED Turquoise

📋 copy color: '#2FEDED'

red 47 ◦ green 237 ◦ blue 237

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

Shades of Turquoise #2FEDED

Tints of Turquoise #2FEDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 9.02%
G = 45.49%
B = 45.49%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FEDED (or 0x2FEDED) is known color: Turquoise. HEX triplet: 2F, ED and ED. RGB value is (47,237,237). Sum of RGB (Red+Green+Blue) = 47+237+237=521 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.02% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #2FEDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEDED is #D01212. Grayscale: #B3B3B3. Windows color (decimal): -13636115 or 15592751. OLE color: 15592751.

HSL color Cylindrical-coordinate representation of color #2FEDED: hue angle of 180º degrees, saturation: 0.84, 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 #2FEDED is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 237 -
CMYK 0.80 0 0 0.07
HSL 180º 0.84% 0.56% -
HSV(B) 180º 0.8% 0.93% -
XYZ 46.74 67.29 90.64 -
YUV 180.19 160.05 33 -
System Red Green Blue C M Y K H S L
Decimal 47 237 237 0.80 0 0 0.07 180 0.84 0.56
Hex 2F ED ED 50 0 0 7 B4 54 38
Octal 57 355 355 120 0 0 7 264 124 70
Binary 101111 11101101 11101101 1010000 0 0 111 10110100 1010100 111000

Color Harmonies of #2FEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEDED

Black with #2FEDED

Text Example


Text Example

White with #2FEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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