Html Css Color HEX #34F2CC Turquoise

📋 copy color: '#34F2CC'

red 52 ◦ green 242 ◦ blue 204

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

Shades of Turquoise #34F2CC

Tints of Turquoise #34F2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.59%

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 10.44%
G = 48.59%
B = 40.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#34F2CC (or 0x34F2CC) is known color: Turquoise. HEX triplet: 34, F2 and CC. RGB value is (52,242,204). Sum of RGB (Red+Green+Blue) = 52+242+204=498 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.44% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #34F2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F2CC is #CB0D33. Grayscale: #B4B4B4. Windows color (decimal): -13307188 or 13431348. OLE color: 13431348.

HSL color Cylindrical-coordinate representation of color #34F2CC: hue angle of 168º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F2CC is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 242 204 -
CMYK 0.79 0 0.16 0.05
HSL 168º 0.88% 0.58% -
HSV(B) 168º 0.79% 0.95% -
XYZ 44.07 68.59 68.04 -
YUV 180.86 141.05 36.09 -
System Red Green Blue C M Y K H S L
Decimal 52 242 204 0.79 0 0.16 0.05 168 0.88 0.58
Hex 34 F2 CC 4F 0 10 5 A8 58 3A
Octal 64 362 314 117 0 20 5 250 130 72
Binary 110100 11110010 11001100 1001111 0 10000 101 10101000 1011000 111010

Color Harmonies of #34F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F2CC

Black with #34F2CC

Text Example


Text Example

White with #34F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,242,204); }

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

background-color css

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

 a { background-color: rgb(52,242,204); }

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

border-color css

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

 span { border-color: rgb(52,242,204); }

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