Html Css Color HEX #34CFBB Medium Turquoise

📋 copy color: '#34CFBB'

red 52 ◦ green 207 ◦ blue 187

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

Shades of Medium Turquoise #34CFBB

Tints of Medium Turquoise #34CFBB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.41%

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 11.66%
G = 46.41%
B = 41.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#34CFBB (or 0x34CFBB) is known color: Medium Turquoise. HEX triplet: 34, CF and BB. RGB value is (52,207,187). Sum of RGB (Red+Green+Blue) = 52+207+187=446 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.66% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #34CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFBB is #CB3044. Grayscale: #9E9E9E. Windows color (decimal): -13316165 or 12308276. OLE color: 12308276.

HSL color Cylindrical-coordinate representation of color #34CFBB: hue angle of 172.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CFBB is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 207 187 -
CMYK 0.75 0 0.10 0.19
HSL 172.26º 0.62% 0.51% -
HSV(B) 172.26º 0.75% 0.81% -
XYZ 32.7 48.94 54.74 -
YUV 158.38 144.15 52.13 -
System Red Green Blue C M Y K H S L
Decimal 52 207 187 0.75 0 0.10 0.19 172.26 0.62 0.51
Hex 34 CF BB 4B 0 A 13 AC 3E 33
Octal 64 317 273 113 0 12 23 254 76 63
Binary 110100 11001111 10111011 1001011 0 1010 10011 10101100 111110 110011

Color Harmonies of #34CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CFBB

Black with #34CFBB

Text Example


Text Example

White with #34CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,207,187); }

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

background-color css

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

 a { background-color: rgb(52,207,187); }

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

border-color css

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

 span { border-color: rgb(52,207,187); }

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