Html Css Color HEX #30F3CC Turquoise

📋 copy color: '#30F3CC'

red 48 ◦ green 243 ◦ blue 204

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

Shades of Turquoise #30F3CC

Tints of Turquoise #30F3CC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.09%

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

R = 9.7%
G = 49.09%
B = 41.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#30F3CC (or 0x30F3CC) is known color: Turquoise. HEX triplet: 30, F3 and CC. RGB value is (48,243,204). Sum of RGB (Red+Green+Blue) = 48+243+204=495 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.70% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #30F3CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F3CC is #CF0C33. Grayscale: #B4B4B4. Windows color (decimal): -13569076 or 13431600. OLE color: 13431600.

HSL color Cylindrical-coordinate representation of color #30F3CC: hue angle of 168º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F3CC is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 243 204 -
CMYK 0.80 0 0.16 0.05
HSL 168º 0.89% 0.57% -
HSV(B) 168º 0.8% 0.95% -
XYZ 44.17 69.09 68.13 -
YUV 180.25 141.4 33.67 -
System Red Green Blue C M Y K H S L
Decimal 48 243 204 0.80 0 0.16 0.05 168 0.89 0.57
Hex 30 F3 CC 50 0 10 5 A8 59 39
Octal 60 363 314 120 0 20 5 250 131 71
Binary 110000 11110011 11001100 1010000 0 10000 101 10101000 1011001 111001

Color Harmonies of #30F3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F3CC

Black with #30F3CC

Text Example


Text Example

White with #30F3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,243,204); }

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

background-color css

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

 a { background-color: rgb(48,243,204); }

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

border-color css

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

 span { border-color: rgb(48,243,204); }

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