Html Css Color HEX #29EAF2 Bright Turquoise

📋 copy color: '#29EAF2'

red 41 ◦ green 234 ◦ blue 242

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

Shades of Bright Turquoise #29EAF2

Tints of Bright Turquoise #29EAF2

RGB

 RED value IS 41 (16.41% from 255) = 7.93%

 GREEN value IS 234 (91.8% from 255) = 45.26%

 BLUE value IS 242 (94.92% from 255) = 46.81%

R = 7.93%
G = 45.26%
B = 46.81%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#29EAF2 (or 0x29EAF2) is known color: Bright Turquoise. HEX triplet: 29, EA and F2. RGB value is (41,234,242). Sum of RGB (Red+Green+Blue) = 41+234+242=517 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.93% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #29EAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29EAF2 is #D6150D. Grayscale: #B0B0B0. Windows color (decimal): -14030094 or 15919657. OLE color: 15919657.

HSL color Cylindrical-coordinate representation of color #29EAF2: hue angle of 182.39º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29EAF2 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 234 242 -
CMYK 0.83 0.03 0 0.05
HSL 182.39º 0.89% 0.55% -
HSV(B) 182.39º 0.83% 0.95% -
XYZ 46.36 65.73 94.25 -
YUV 177.21 164.56 30.85 -
System Red Green Blue C M Y K H S L
Decimal 41 234 242 0.83 0.03 0 0.05 182.39 0.89 0.55
Hex 29 EA F2 53 3 0 5 B6 59 37
Octal 51 352 362 123 3 0 5 266 131 67
Binary 101001 11101010 11110010 1010011 11 0 101 10110110 1011001 110111

Color Harmonies of #29EAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29EAF2

Black with #29EAF2

Text Example


Text Example

White with #29EAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29EAF2; }

 p { color: rgb(41,234,242); }

 H1.HeaderClassName
 {
   color: #29EAF2;
 }
 .AnyTagClassName
 {
   color: #29EAF2;
 }
</style>

background-color css

<style>
 a { background-color: #29EAF2; }

 a { background-color: rgb(41,234,242); }

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

border-color css

<style>
 span { border-color: #29EAF2; }

 span { border-color: rgb(41,234,242); }

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