Html Css Color HEX #30EDCE Turquoise

📋 copy color: '#30EDCE'

red 48 ◦ green 237 ◦ blue 206

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

Shades of Turquoise #30EDCE

Tints of Turquoise #30EDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.27%

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 9.78%
G = 48.27%
B = 41.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#30EDCE (or 0x30EDCE) is known color: Turquoise. HEX triplet: 30, ED and CE. RGB value is (48,237,206). Sum of RGB (Red+Green+Blue) = 48+237+206=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #30EDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EDCE is #CF1231. Grayscale: #B0B0B0. Windows color (decimal): -13570610 or 13561136. OLE color: 13561136.

HSL color Cylindrical-coordinate representation of color #30EDCE: hue angle of 170.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EDCE is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 237 206 -
CMYK 0.80 0 0.13 0.07
HSL 170.16º 0.84% 0.56% -
HSV(B) 170.16º 0.8% 0.93% -
XYZ 42.64 65.65 68.82 -
YUV 176.96 144.38 36.02 -
System Red Green Blue C M Y K H S L
Decimal 48 237 206 0.80 0 0.13 0.07 170.16 0.84 0.56
Hex 30 ED CE 50 0 D 7 AA 54 38
Octal 60 355 316 120 0 15 7 252 124 70
Binary 110000 11101101 11001110 1010000 0 1101 111 10101010 1010100 111000

Color Harmonies of #30EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EDCE

Black with #30EDCE

Text Example


Text Example

White with #30EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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