Html Css Color HEX #34F4CB Turquoise

📋 copy color: '#34F4CB'

red 52 ◦ green 244 ◦ blue 203

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

Shades of Turquoise #34F4CB

Tints of Turquoise #34F4CB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.9%

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

R = 10.42%
G = 48.9%
B = 40.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#34F4CB (or 0x34F4CB) is known color: Turquoise. HEX triplet: 34, F4 and CB. RGB value is (52,244,203). Sum of RGB (Red+Green+Blue) = 52+244+203=499 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.42% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #34F4CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F4CB is #CB0B34. Grayscale: #B5B5B5. Windows color (decimal): -13306677 or 13366324. OLE color: 13366324.

HSL color Cylindrical-coordinate representation of color #34F4CB: hue angle of 167.19º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F4CB is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 52 244 203 -
CMYK 0.79 0 0.17 0.04
HSL 167.19º 0.9% 0.58% -
HSV(B) 167.19º 0.79% 0.96% -
XYZ 44.55 69.74 67.61 -
YUV 181.92 139.89 35.33 -
System Red Green Blue C M Y K H S L
Decimal 52 244 203 0.79 0 0.17 0.04 167.19 0.9 0.58
Hex 34 F4 CB 4F 0 11 4 A7 5A 3A
Octal 64 364 313 117 0 21 4 247 132 72
Binary 110100 11110100 11001011 1001111 0 10001 100 10100111 1011010 111010

Color Harmonies of #34F4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F4CB

Black with #34F4CB

Text Example


Text Example

White with #34F4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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