Html Css Color HEX #1CF7E6 Bright Turquoise

📋 copy color: '#1CF7E6'

red 28 ◦ green 247 ◦ blue 230

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

Shades of Bright Turquoise #1CF7E6

Tints of Bright Turquoise #1CF7E6

RGB

 RED value IS 28 (11.33% from 255) = 5.54%

 GREEN value IS 247 (96.88% from 255) = 48.91%

 BLUE value IS 230 (90.23% from 255) = 45.54%

R = 5.54%
G = 48.91%
B = 45.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#1CF7E6 (or 0x1CF7E6) is known color: Bright Turquoise. HEX triplet: 1C, F7 and E6. RGB value is (28,247,230). Sum of RGB (Red+Green+Blue) = 28+247+230=505 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.54% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF7E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF7E6 is #E30819. Grayscale: #B3B3B3. Windows color (decimal): -14878746 or 15136540. OLE color: 15136540.

HSL color Cylindrical-coordinate representation of color #1CF7E6: hue angle of 175.34º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CF7E6 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 28 247 230 -
CMYK 0.89 0 0.07 0.03
HSL 175.34º 0.93% 0.54% -
HSV(B) 175.34º 0.89% 0.97% -
XYZ 48.02 72.48 86.32 -
YUV 179.58 156.45 19.88 -
System Red Green Blue C M Y K H S L
Decimal 28 247 230 0.89 0 0.07 0.03 175.34 0.93 0.54
Hex 1C F7 E6 59 0 7 3 AF 5D 36
Octal 34 367 346 131 0 7 3 257 135 66
Binary 11100 11110111 11100110 1011001 0 111 11 10101111 1011101 110110

Color Harmonies of #1CF7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF7E6

Black with #1CF7E6

Text Example


Text Example

White with #1CF7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,247,230); }

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

background-color css

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

 a { background-color: rgb(28,247,230); }

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

border-color css

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

 span { border-color: rgb(28,247,230); }

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