Html Css Color HEX #34DCEE Turquoise

📋 copy color: '#34DCEE'

red 52 ◦ green 220 ◦ blue 238

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

Shades of Turquoise #34DCEE

Tints of Turquoise #34DCEE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.14%

 BLUE value IS 238 (93.36% from 255) = 46.67%

R = 10.2%
G = 43.14%
B = 46.67%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#34DCEE (or 0x34DCEE) is known color: Turquoise. HEX triplet: 34, DC and EE. RGB value is (52,220,238). Sum of RGB (Red+Green+Blue) = 52+220+238=510 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.20% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #34DCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34DCEE is #CB2311. Grayscale: #ABABAB. Windows color (decimal): -13312786 or 15653940. OLE color: 15653940.

HSL color Cylindrical-coordinate representation of color #34DCEE: hue angle of 185.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34DCEE is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 220 238 -
CMYK 0.78 0.08 0 0.07
HSL 185.81º 0.85% 0.57% -
HSV(B) 185.81º 0.78% 0.93% -
XYZ 42.44 58.09 89.86 -
YUV 171.82 165.34 42.54 -
System Red Green Blue C M Y K H S L
Decimal 52 220 238 0.78 0.08 0 0.07 185.81 0.85 0.57
Hex 34 DC EE 4E 8 0 7 BA 55 39
Octal 64 334 356 116 10 0 7 272 125 71
Binary 110100 11011100 11101110 1001110 1000 0 111 10111010 1010101 111001

Color Harmonies of #34DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DCEE

Black with #34DCEE

Text Example


Text Example

White with #34DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,220,238); }

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

background-color css

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

 a { background-color: rgb(52,220,238); }

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

border-color css

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

 span { border-color: rgb(52,220,238); }

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