Html Css Color HEX #34DDFE Turquoise

📋 copy color: '#34DDFE'

red 52 ◦ green 221 ◦ blue 254

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

Shades of Turquoise #34DDFE

Tints of Turquoise #34DDFE

RGB

 RED value IS 52 (20.7% from 255) = 9.87%

 GREEN value IS 221 (86.72% from 255) = 41.94%

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 9.87%
G = 41.94%
B = 48.2%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#34DDFE (or 0x34DDFE) is known color: Turquoise. HEX triplet: 34, DD and FE. RGB value is (52,221,254). Sum of RGB (Red+Green+Blue) = 52+221+254=527 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.87% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #34DDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DDFE is #CB2201. Grayscale: #ADADAD. Windows color (decimal): -13312514 or 16702772. OLE color: 16702772.

HSL color Cylindrical-coordinate representation of color #34DDFE: hue angle of 189.8º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34DDFE is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 52 221 254 -
CMYK 0.80 0.13 0 0.00
HSL 189.8º 0.99% 0.6% -
HSV(B) 189.8º 0.8% 1% -
XYZ 45.16 59.6 102.89 -
YUV 174.23 173.01 40.82 -
System Red Green Blue C M Y K H S L
Decimal 52 221 254 0.80 0.13 0 0.00 189.8 0.99 0.6
Hex 34 DD FE 50 D 0 0 BE 63 3C
Octal 64 335 376 120 15 0 0 276 143 74
Binary 110100 11011101 11111110 1010000 1101 0 0 10111110 1100011 111100

Color Harmonies of #34DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DDFE

Black with #34DDFE

Text Example


Text Example

White with #34DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34DDFE; }

 p { color: rgb(52,221,254); }

 H1.HeaderClassName
 {
   color: #34DDFE;
 }
 .AnyTagClassName
 {
   color: #34DDFE;
 }
</style>

background-color css

<style>
 a { background-color: #34DDFE; }

 a { background-color: rgb(52,221,254); }

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

border-color css

<style>
 span { border-color: #34DDFE; }

 span { border-color: rgb(52,221,254); }

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