Html Css Color HEX #29DEFF Bright Turquoise

📋 copy color: '#29DEFF'

red 41 ◦ green 222 ◦ blue 255

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

Shades of Bright Turquoise #29DEFF

Tints of Bright Turquoise #29DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.86%

 BLUE value IS 255 (100% from 255) = 49.23%

R = 7.92%
G = 42.86%
B = 49.23%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#29DEFF (or 0x29DEFF) is known color: Bright Turquoise. HEX triplet: 29, DE and FF. RGB value is (41,222,255). Sum of RGB (Red+Green+Blue) = 41+222+255=518 (68% of max value = 765). Red value is 41 (16.41% from 255 or 7.92% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #29DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29DEFF is #D62100. Grayscale: #ABABAB. Windows color (decimal): -14033153 or 16768553. OLE color: 16768553.

HSL color Cylindrical-coordinate representation of color #29DEFF: hue angle of 189.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29DEFF is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 222 255 -
CMYK 0.84 0.13 0 0
HSL 189.25º 1% 0.58% -
HSV(B) 189.25º 0.84% 1% -
XYZ 45.09 59.93 103.8 -
YUV 171.64 175.03 34.82 -
System Red Green Blue C M Y K H S L
Decimal 41 222 255 0.84 0.13 0 0 189.25 1 0.58
Hex 29 DE FF 54 D 0 0 BD 64 3A
Octal 51 336 377 124 15 0 0 275 144 72
Binary 101001 11011110 11111111 1010100 1101 0 0 10111101 1100100 111010

Color Harmonies of #29DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29DEFF

Black with #29DEFF

Text Example


Text Example

White with #29DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,222,255); }

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

background-color css

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

 a { background-color: rgb(41,222,255); }

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

border-color css

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

 span { border-color: rgb(41,222,255); }

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