Html Css Color HEX #30F6CB Turquoise

📋 copy color: '#30F6CB'

red 48 ◦ green 246 ◦ blue 203

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

Shades of Turquoise #30F6CB

Tints of Turquoise #30F6CB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.5%

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

R = 9.66%
G = 49.5%
B = 40.85%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#30F6CB (or 0x30F6CB) is known color: Turquoise. HEX triplet: 30, F6 and CB. RGB value is (48,246,203). Sum of RGB (Red+Green+Blue) = 48+246+203=497 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.66% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #30F6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F6CB is #CF0934. Grayscale: #B5B5B5. Windows color (decimal): -13568309 or 13366832. OLE color: 13366832.

HSL color Cylindrical-coordinate representation of color #30F6CB: hue angle of 166.97º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F6CB is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 246 203 -
CMYK 0.80 0 0.17 0.04
HSL 166.97º 0.92% 0.58% -
HSV(B) 166.97º 0.8% 0.96% -
XYZ 44.95 70.85 67.81 -
YUV 181.9 139.9 32.5 -
System Red Green Blue C M Y K H S L
Decimal 48 246 203 0.80 0 0.17 0.04 166.97 0.92 0.58
Hex 30 F6 CB 50 0 11 4 A7 5C 3A
Octal 60 366 313 120 0 21 4 247 134 72
Binary 110000 11110110 11001011 1010000 0 10001 100 10100111 1011100 111010

Color Harmonies of #30F6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F6CB

Black with #30F6CB

Text Example


Text Example

White with #30F6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,246,203); }

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

background-color css

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

 a { background-color: rgb(48,246,203); }

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

border-color css

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

 span { border-color: rgb(48,246,203); }

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