Html Css Color HEX #30FCCF Turquoise

📋 copy color: '#30FCCF'

red 48 ◦ green 252 ◦ blue 207

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

Shades of Turquoise #30FCCF

Tints of Turquoise #30FCCF

RGB

 RED value IS 48 (19.14% from 255) = 9.47%

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

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

R = 9.47%
G = 49.7%
B = 40.83%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#30FCCF (or 0x30FCCF) is known color: Turquoise. HEX triplet: 30, FC and CF. RGB value is (48,252,207). Sum of RGB (Red+Green+Blue) = 48+252+207=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FCCF is #CF0330. Grayscale: #B9B9B9. Windows color (decimal): -13566769 or 13630512. OLE color: 13630512.

HSL color Cylindrical-coordinate representation of color #30FCCF: hue angle of 166.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FCCF is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 252 207 -
CMYK 0.81 0 0.18 0.01
HSL 166.76º 0.97% 0.59% -
HSV(B) 166.76º 0.81% 0.99% -
XYZ 47.29 74.75 70.97 -
YUV 185.87 139.91 29.66 -
System Red Green Blue C M Y K H S L
Decimal 48 252 207 0.81 0 0.18 0.01 166.76 0.97 0.59
Hex 30 FC CF 51 0 12 1 A7 61 3B
Octal 60 374 317 121 0 22 1 247 141 73
Binary 110000 11111100 11001111 1010001 0 10010 1 10100111 1100001 111011

Color Harmonies of #30FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCCF

Black with #30FCCF

Text Example


Text Example

White with #30FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30FCCF; }

 p { color: rgb(48,252,207); }

 H1.HeaderClassName
 {
   color: #30FCCF;
 }
 .AnyTagClassName
 {
   color: #30FCCF;
 }
</style>

background-color css

<style>
 a { background-color: #30FCCF; }

 a { background-color: rgb(48,252,207); }

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

border-color css

<style>
 span { border-color: #30FCCF; }

 span { border-color: rgb(48,252,207); }

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