Html Css Color HEX #34CBBE Medium Turquoise

📋 copy color: '#34CBBE'

red 52 ◦ green 203 ◦ blue 190

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

Shades of Medium Turquoise #34CBBE

Tints of Medium Turquoise #34CBBE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.62%

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 11.69%
G = 45.62%
B = 42.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#34CBBE (or 0x34CBBE) is known color: Medium Turquoise. HEX triplet: 34, CB and BE. RGB value is (52,203,190). Sum of RGB (Red+Green+Blue) = 52+203+190=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #34CBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CBBE is #CB3441. Grayscale: #9C9C9C. Windows color (decimal): -13317186 or 12503860. OLE color: 12503860.

HSL color Cylindrical-coordinate representation of color #34CBBE: hue angle of 174.83º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34CBBE is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 203 190 -
CMYK 0.74 0 0.06 0.20
HSL 174.83º 0.59% 0.5% -
HSV(B) 174.83º 0.74% 0.8% -
XYZ 32.07 47.16 56.13 -
YUV 156.37 146.97 53.56 -
System Red Green Blue C M Y K H S L
Decimal 52 203 190 0.74 0 0.06 0.20 174.83 0.59 0.5
Hex 34 CB BE 4A 0 6 14 AF 3B 32
Octal 64 313 276 112 0 6 24 257 73 62
Binary 110100 11001011 10111110 1001010 0 110 10100 10101111 111011 110010

Color Harmonies of #34CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CBBE

Black with #34CBBE

Text Example


Text Example

White with #34CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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