Html Css Color HEX #1ED7CF Bright Turquoise

📋 copy color: '#1ED7CF'

red 30 ◦ green 215 ◦ blue 207

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

Shades of Bright Turquoise #1ED7CF

Tints of Bright Turquoise #1ED7CF

RGB

 RED value IS 30 (12.11% from 255) = 6.64%

 GREEN value IS 215 (84.38% from 255) = 47.57%

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 6.64%
G = 47.57%
B = 45.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#1ED7CF (or 0x1ED7CF) is known color: Bright Turquoise. HEX triplet: 1E, D7 and CF. RGB value is (30,215,207). Sum of RGB (Red+Green+Blue) = 30+215+207=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED7CF is #E12830. Grayscale: #9E9E9E. Windows color (decimal): -14755889 or 13621022. OLE color: 13621022.

HSL color Cylindrical-coordinate representation of color #1ED7CF: hue angle of 177.41º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED7CF is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 215 207 -
CMYK 0.86 0 0.04 0.16
HSL 177.41º 0.76% 0.48% -
HSV(B) 177.41º 0.86% 0.84% -
XYZ 36.1 53.38 67.43 -
YUV 158.77 155.21 36.15 -
System Red Green Blue C M Y K H S L
Decimal 30 215 207 0.86 0 0.04 0.16 177.41 0.76 0.48
Hex 1E D7 CF 56 0 4 10 B1 4C 30
Octal 36 327 317 126 0 4 20 261 114 60
Binary 11110 11010111 11001111 1010110 0 100 10000 10110001 1001100 110000

Color Harmonies of #1ED7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED7CF

Black with #1ED7CF

Text Example


Text Example

White with #1ED7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ED7CF; }

 p { color: rgb(30,215,207); }

 H1.HeaderClassName
 {
   color: #1ED7CF;
 }
 .AnyTagClassName
 {
   color: #1ED7CF;
 }
</style>

background-color css

<style>
 a { background-color: #1ED7CF; }

 a { background-color: rgb(30,215,207); }

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

border-color css

<style>
 span { border-color: #1ED7CF; }

 span { border-color: rgb(30,215,207); }

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