Html Css Color HEX #34DADB Turquoise

📋 copy color: '#34DADB'

red 52 ◦ green 218 ◦ blue 219

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

Shades of Turquoise #34DADB

Tints of Turquoise #34DADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.58%

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 10.63%
G = 44.58%
B = 44.79%

CMYK

 C value IS 0.76

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#34DADB (or 0x34DADB) is known color: Turquoise. HEX triplet: 34, DA and DB. RGB value is (52,218,219). Sum of RGB (Red+Green+Blue) = 52+218+219=489 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.63% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #34DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DADB is #CB2524. Grayscale: #A8A8A8. Windows color (decimal): -13313317 or 14408244. OLE color: 14408244.

HSL color Cylindrical-coordinate representation of color #34DADB: hue angle of 180.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DADB is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 218 219 -
CMYK 0.76 0.00 0 0.14
HSL 180.36º 0.7% 0.53% -
HSV(B) 180.36º 0.76% 0.86% -
XYZ 39.27 55.99 75.75 -
YUV 168.48 156.5 44.92 -
System Red Green Blue C M Y K H S L
Decimal 52 218 219 0.76 0.00 0 0.14 180.36 0.7 0.53
Hex 34 DA DB 4C 0 0 E B4 46 35
Octal 64 332 333 114 0 0 16 264 106 65
Binary 110100 11011010 11011011 1001100 0 0 1110 10110100 1000110 110101

Color Harmonies of #34DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DADB

Black with #34DADB

Text Example


Text Example

White with #34DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,218,219); }

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

background-color css

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

 a { background-color: rgb(52,218,219); }

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

border-color css

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

 span { border-color: rgb(52,218,219); }

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