Html Css Color HEX #29E3F0 Bright Turquoise

📋 copy color: '#29E3F0'

red 41 ◦ green 227 ◦ blue 240

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

Shades of Bright Turquoise #29E3F0

Tints of Bright Turquoise #29E3F0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.69%

 BLUE value IS 240 (94.14% from 255) = 47.24%

R = 8.07%
G = 44.69%
B = 47.24%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#29E3F0 (or 0x29E3F0) is known color: Bright Turquoise. HEX triplet: 29, E3 and F0. RGB value is (41,227,240). Sum of RGB (Red+Green+Blue) = 41+227+240=508 (67% of max value = 765). Red value is 41 (16.41% from 255 or 8.07% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #29E3F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29E3F0 is #D61C0F. Grayscale: #ACACAC. Windows color (decimal): -14031888 or 15786793. OLE color: 15786793.

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

Color convert

RGB 41 227 240 -
CMYK 0.83 0.05 0 0.06
HSL 183.92º 0.87% 0.55% -
HSV(B) 183.92º 0.83% 0.94% -
XYZ 44.11 61.7 92.02 -
YUV 172.87 165.88 33.94 -
System Red Green Blue C M Y K H S L
Decimal 41 227 240 0.83 0.05 0 0.06 183.92 0.87 0.55
Hex 29 E3 F0 53 5 0 6 B8 57 37
Octal 51 343 360 123 5 0 6 270 127 67
Binary 101001 11100011 11110000 1010011 101 0 110 10111000 1010111 110111

Color Harmonies of #29E3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29E3F0

Black with #29E3F0

Text Example


Text Example

White with #29E3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,227,240); }

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

background-color css

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

 a { background-color: rgb(41,227,240); }

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

border-color css

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

 span { border-color: rgb(41,227,240); }

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