Html Css Color HEX #34FDCF Turquoise

📋 copy color: '#34FDCF'

red 52 ◦ green 253 ◦ blue 207

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

Shades of Turquoise #34FDCF

Tints of Turquoise #34FDCF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.41%

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 10.16%
G = 49.41%
B = 40.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#34FDCF (or 0x34FDCF) is known color: Turquoise. HEX triplet: 34, FD and CF. RGB value is (52,253,207). Sum of RGB (Red+Green+Blue) = 52+253+207=512 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.16% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #34FDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FDCF is #CB0230. Grayscale: #BBBBBB. Windows color (decimal): -13304369 or 13630772. OLE color: 13630772.

HSL color Cylindrical-coordinate representation of color #34FDCF: hue angle of 166.27º degrees, saturation: 0.98, 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 #34FDCF is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 253 207 -
CMYK 0.79 0 0.18 0.01
HSL 166.27º 0.98% 0.6% -
HSV(B) 166.27º 0.79% 0.99% -
XYZ 47.8 75.49 71.08 -
YUV 187.66 138.91 31.24 -
System Red Green Blue C M Y K H S L
Decimal 52 253 207 0.79 0 0.18 0.01 166.27 0.98 0.6
Hex 34 FD CF 4F 0 12 1 A6 62 3C
Octal 64 375 317 117 0 22 1 246 142 74
Binary 110100 11111101 11001111 1001111 0 10010 1 10100110 1100010 111100

Color Harmonies of #34FDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FDCF

Black with #34FDCF

Text Example


Text Example

White with #34FDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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