Html Css Color HEX #30FBCB Turquoise

📋 copy color: '#30FBCB'

red 48 ◦ green 251 ◦ blue 203

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

Shades of Turquoise #30FBCB

Tints of Turquoise #30FBCB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50%

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

R = 9.56%
G = 50%
B = 40.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#30FBCB (or 0x30FBCB) is known color: Turquoise. HEX triplet: 30, FB and CB. RGB value is (48,251,203). Sum of RGB (Red+Green+Blue) = 48+251+203=502 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.56% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #30FBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FBCB is #CF0434. Grayscale: #B8B8B8. Windows color (decimal): -13567029 or 13368112. OLE color: 13368112.

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

Color convert

RGB 48 251 203 -
CMYK 0.81 0 0.19 0.02
HSL 165.81º 0.96% 0.59% -
HSV(B) 165.81º 0.81% 0.98% -
XYZ 46.5 73.93 68.32 -
YUV 184.83 138.25 30.4 -
System Red Green Blue C M Y K H S L
Decimal 48 251 203 0.81 0 0.19 0.02 165.81 0.96 0.59
Hex 30 FB CB 51 0 13 2 A6 60 3B
Octal 60 373 313 121 0 23 2 246 140 73
Binary 110000 11111011 11001011 1010001 0 10011 10 10100110 1100000 111011

Color Harmonies of #30FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FBCB

Black with #30FBCB

Text Example


Text Example

White with #30FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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