Html Css Color HEX #2FDAEA Turquoise

📋 copy color: '#2FDAEA'

red 47 ◦ green 218 ◦ blue 234

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

Shades of Turquoise #2FDAEA

Tints of Turquoise #2FDAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.69%

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 9.42%
G = 43.69%
B = 46.89%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FDAEA (or 0x2FDAEA) is known color: Turquoise. HEX triplet: 2F, DA and EA. RGB value is (47,218,234). Sum of RGB (Red+Green+Blue) = 47+218+234=499 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.42% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FDAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDAEA is #D02515. Grayscale: #A8A8A8. Windows color (decimal): -13640982 or 15391279. OLE color: 15391279.

HSL color Cylindrical-coordinate representation of color #2FDAEA: hue angle of 185.13º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FDAEA is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 218 234 -
CMYK 0.80 0.07 0 0.08
HSL 185.13º 0.82% 0.55% -
HSV(B) 185.13º 0.8% 0.92% -
XYZ 41.09 56.69 86.62 -
YUV 168.7 164.85 41.2 -
System Red Green Blue C M Y K H S L
Decimal 47 218 234 0.80 0.07 0 0.08 185.13 0.82 0.55
Hex 2F DA EA 50 7 0 8 B9 52 37
Octal 57 332 352 120 7 0 10 271 122 67
Binary 101111 11011010 11101010 1010000 111 0 1000 10111001 1010010 110111

Color Harmonies of #2FDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDAEA

Black with #2FDAEA

Text Example


Text Example

White with #2FDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,218,234); }

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

background-color css

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

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

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

border-color css

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

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

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