Html Css Color HEX #30FCED Turquoise

📋 copy color: '#30FCED'

red 48 ◦ green 252 ◦ blue 237

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

Shades of Turquoise #30FCED

Tints of Turquoise #30FCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 8.94%
G = 46.93%
B = 44.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#30FCED (or 0x30FCED) is known color: Turquoise. HEX triplet: 30, FC and ED. RGB value is (48,252,237). Sum of RGB (Red+Green+Blue) = 48+252+237=537 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.94% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FCED is #CF0312. Grayscale: #BDBDBD. Windows color (decimal): -13566739 or 15596592. OLE color: 15596592.

HSL color Cylindrical-coordinate representation of color #30FCED: hue angle of 175.59º 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 #30FCED is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 252 237 -
CMYK 0.81 0 0.06 0.01
HSL 175.59º 0.97% 0.59% -
HSV(B) 175.59º 0.81% 0.99% -
XYZ 51.32 76.36 92.16 -
YUV 189.29 154.91 27.22 -
System Red Green Blue C M Y K H S L
Decimal 48 252 237 0.81 0 0.06 0.01 175.59 0.97 0.59
Hex 30 FC ED 51 0 6 1 B0 61 3B
Octal 60 374 355 121 0 6 1 260 141 73
Binary 110000 11111100 11101101 1010001 0 110 1 10110000 1100001 111011

Color Harmonies of #30FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCED

Black with #30FCED

Text Example


Text Example

White with #30FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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