Html Css Color HEX #34DDCB Turquoise

📋 copy color: '#34DDCB'

red 52 ◦ green 221 ◦ blue 203

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

Shades of Turquoise #34DDCB

Tints of Turquoise #34DDCB

RGB

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

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

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

R = 10.92%
G = 46.43%
B = 42.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#34DDCB (or 0x34DDCB) is known color: Turquoise. HEX triplet: 34, DD and CB. RGB value is (52,221,203). Sum of RGB (Red+Green+Blue) = 52+221+203=476 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.92% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDCB is #CB2234. Grayscale: #A8A8A8. Windows color (decimal): -13312565 or 13360436. OLE color: 13360436.

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

Color convert

RGB 52 221 203 -
CMYK 0.76 0 0.08 0.13
HSL 173.61º 0.71% 0.54% -
HSV(B) 173.61º 0.76% 0.87% -
XYZ 38.05 56.75 65.45 -
YUV 168.42 147.51 44.96 -
System Red Green Blue C M Y K H S L
Decimal 52 221 203 0.76 0 0.08 0.13 173.61 0.71 0.54
Hex 34 DD CB 4C 0 8 D AE 47 36
Octal 64 335 313 114 0 10 15 256 107 66
Binary 110100 11011101 11001011 1001100 0 1000 1101 10101110 1000111 110110

Color Harmonies of #34DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DDCB

Black with #34DDCB

Text Example


Text Example

White with #34DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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