#30ffcb

Color #30FFCB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #30FFCB

Tints of Turquoise #30FFCB

Color information

#30FFCB (or 0x30FFCB) is unknown color: approx Turquoise. HEX triplet: 30, FF and CB. RGB value is (48,255,203). Sum of RGB (Red+Green+Blue) = 48+255+203=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFCB is #CF0034. Grayscale: #BBBBBB. Windows color (decimal): -13566005 or 13369136. OLE color: 13369136.

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

Color convert

RGB48255203-
CMYK0.8100.200
HSL164.93º100%59.41%-
HSV(B)164.93º81.18%100%-
XYZ47.7676.4668.74-
YUV187.18136.9228.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.49%
GREEN value IS 255 (100% from 255) = 50.40%
BLUE value IS 203 (79.69% from 255) = 40.12%
R=9.49%
G=50.40%
B=40.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal482552030.8100.200164.9310059.41
Hex30FFCB510140a5643b
Octal60377313121024024514473
Binary110000111111111100101110100010101000101001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30ffcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30ffcb;
 }
 .AnyTagClassName
 {
   color: #30ffcb;
 }
</style>
background-color css

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

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

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

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

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

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