Html Css Color HEX #34FCCB Turquoise

📋 copy color: '#34FCCB'

red 52 ◦ green 252 ◦ blue 203

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

Shades of Turquoise #34FCCB

Tints of Turquoise #34FCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.7%

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

R = 10.26%
G = 49.7%
B = 40.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#34FCCB (or 0x34FCCB) is known color: Turquoise. HEX triplet: 34, FC and CB. RGB value is (52,252,203). Sum of RGB (Red+Green+Blue) = 52+252+203=507 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.26% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #34FCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FCCB is #CB0334. Grayscale: #BABABA. Windows color (decimal): -13304629 or 13368372. OLE color: 13368372.

HSL color Cylindrical-coordinate representation of color #34FCCB: hue angle of 165.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FCCB is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 252 203 -
CMYK 0.79 0 0.19 0.01
HSL 165.3º 0.97% 0.6% -
HSV(B) 165.3º 0.79% 0.99% -
XYZ 47.01 74.66 68.43 -
YUV 186.61 137.24 31.98 -
System Red Green Blue C M Y K H S L
Decimal 52 252 203 0.79 0 0.19 0.01 165.3 0.97 0.6
Hex 34 FC CB 4F 0 13 1 A5 61 3C
Octal 64 374 313 117 0 23 1 245 141 74
Binary 110100 11111100 11001011 1001111 0 10011 1 10100101 1100001 111100

Color Harmonies of #34FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FCCB

Black with #34FCCB

Text Example


Text Example

White with #34FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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