Html Css Color HEX #34DEFE Turquoise

📋 copy color: '#34DEFE'

red 52 ◦ green 222 ◦ blue 254

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

Shades of Turquoise #34DEFE

Tints of Turquoise #34DEFE

RGB

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

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

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

R = 9.85%
G = 42.05%
B = 48.11%

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

#34DEFE (or 0x34DEFE) is known color: Turquoise. HEX triplet: 34, DE and FE. RGB value is (52,222,254). Sum of RGB (Red+Green+Blue) = 52+222+254=528 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.85% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #34DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DEFE is #CB2101. Grayscale: #AEAEAE. Windows color (decimal): -13312258 or 16703028. OLE color: 16703028.

HSL color Cylindrical-coordinate representation of color #34DEFE: hue angle of 189.5º 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 #34DEFE is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 52 222 254 -
CMYK 0.80 0.13 0 0.00
HSL 189.5º 0.99% 0.6% -
HSV(B) 189.5º 0.8% 1% -
XYZ 45.43 60.13 102.98 -
YUV 174.82 172.68 40.4 -
System Red Green Blue C M Y K H S L
Decimal 52 222 254 0.80 0.13 0 0.00 189.5 0.99 0.6
Hex 34 DE FE 50 D 0 0 BE 63 3C
Octal 64 336 376 120 15 0 0 276 143 74
Binary 110100 11011110 11111110 1010000 1101 0 0 10111110 1100011 111100

Color Harmonies of #34DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DEFE

Black with #34DEFE

Text Example


Text Example

White with #34DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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