Html Css Color HEX #1CF7EE Bright Turquoise

📋 copy color: '#1CF7EE'

red 28 ◦ green 247 ◦ blue 238

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

Shades of Bright Turquoise #1CF7EE

Tints of Bright Turquoise #1CF7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 5.46%
G = 48.15%
B = 46.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#1CF7EE (or 0x1CF7EE) is known color: Bright Turquoise. HEX triplet: 1C, F7 and EE. RGB value is (28,247,238). Sum of RGB (Red+Green+Blue) = 28+247+238=513 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.46% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF7EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF7EE is #E30811. Grayscale: #B4B4B4. Windows color (decimal): -14878738 or 15660828. OLE color: 15660828.

HSL color Cylindrical-coordinate representation of color #1CF7EE: hue angle of 177.53º 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 #1CF7EE is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 28 247 238 -
CMYK 0.89 0 0.04 0.03
HSL 177.53º 0.93% 0.54% -
HSV(B) 177.53º 0.89% 0.97% -
XYZ 49.17 72.94 92.38 -
YUV 180.49 160.45 19.23 -
System Red Green Blue C M Y K H S L
Decimal 28 247 238 0.89 0 0.04 0.03 177.53 0.93 0.54
Hex 1C F7 EE 59 0 4 3 B2 5D 36
Octal 34 367 356 131 0 4 3 262 135 66
Binary 11100 11110111 11101110 1011001 0 100 11 10110010 1011101 110110

Color Harmonies of #1CF7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF7EE

Black with #1CF7EE

Text Example


Text Example

White with #1CF7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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