Html Css Color HEX #2FDAEE Turquoise

📋 copy color: '#2FDAEE'

red 47 ◦ green 218 ◦ blue 238

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

Shades of Turquoise #2FDAEE

Tints of Turquoise #2FDAEE

RGB

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

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

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

R = 9.34%
G = 43.34%
B = 47.32%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2FDAEE (or 0x2FDAEE) is known color: Turquoise. HEX triplet: 2F, DA and EE. RGB value is (47,218,238). Sum of RGB (Red+Green+Blue) = 47+218+238=503 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.34% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #2FDAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDAEE is #D02511. Grayscale: #A8A8A8. Windows color (decimal): -13640978 or 15653423. OLE color: 15653423.

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

Color convert

RGB 47 218 238 -
CMYK 0.80 0.08 0 0.07
HSL 186.28º 0.85% 0.56% -
HSV(B) 186.28º 0.8% 0.93% -
XYZ 41.68 56.92 89.68 -
YUV 169.15 166.85 40.87 -
System Red Green Blue C M Y K H S L
Decimal 47 218 238 0.80 0.08 0 0.07 186.28 0.85 0.56
Hex 2F DA EE 50 8 0 7 BA 55 38
Octal 57 332 356 120 10 0 7 272 125 70
Binary 101111 11011010 11101110 1010000 1000 0 111 10111010 1010101 111000

Color Harmonies of #2FDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDAEE

Black with #2FDAEE

Text Example


Text Example

White with #2FDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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