Html Css Color HEX #34DFCB Turquoise

📋 copy color: '#34DFCB'

red 52 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #34DFCB

Tints of Turquoise #34DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.65%

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 10.88%
G = 46.65%
B = 42.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#34DFCB (or 0x34DFCB) is known color: Turquoise. HEX triplet: 34, DF and CB. RGB value is (52,223,203). Sum of RGB (Red+Green+Blue) = 52+223+203=478 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.88% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #34DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DFCB is #CB2034. Grayscale: #A9A9A9. Windows color (decimal): -13312053 or 13360948. OLE color: 13360948.

HSL color Cylindrical-coordinate representation of color #34DFCB: hue angle of 172.98º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DFCB is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 223 203 -
CMYK 0.77 0 0.09 0.13
HSL 172.98º 0.73% 0.54% -
HSV(B) 172.98º 0.77% 0.87% -
XYZ 38.58 57.82 65.63 -
YUV 169.59 146.85 44.13 -
System Red Green Blue C M Y K H S L
Decimal 52 223 203 0.77 0 0.09 0.13 172.98 0.73 0.54
Hex 34 DF CB 4D 0 9 D AD 49 36
Octal 64 337 313 115 0 11 15 255 111 66
Binary 110100 11011111 11001011 1001101 0 1001 1101 10101101 1001001 110110

Color Harmonies of #34DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DFCB

Black with #34DFCB

Text Example


Text Example

White with #34DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,223,203); }

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

background-color css

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

 a { background-color: rgb(52,223,203); }

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

border-color css

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

 span { border-color: rgb(52,223,203); }

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