Html Css Color HEX #1CFAE6 Bright Turquoise

📋 copy color: '#1CFAE6'

red 28 ◦ green 250 ◦ blue 230

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

Shades of Bright Turquoise #1CFAE6

Tints of Bright Turquoise #1CFAE6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.21%

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

R = 5.51%
G = 49.21%
B = 45.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#1CFAE6 (or 0x1CFAE6) is known color: Bright Turquoise. HEX triplet: 1C, FA and E6. RGB value is (28,250,230). Sum of RGB (Red+Green+Blue) = 28+250+230=508 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.51% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #1CFAE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CFAE6 is #E30519. Grayscale: #B5B5B5. Windows color (decimal): -14877978 or 15137308. OLE color: 15137308.

HSL color Cylindrical-coordinate representation of color #1CFAE6: hue angle of 174.59º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFAE6 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 250 230 -
CMYK 0.89 0 0.08 0.02
HSL 174.59º 0.96% 0.55% -
HSV(B) 174.59º 0.89% 0.98% -
XYZ 48.95 74.33 86.63 -
YUV 181.34 155.45 18.63 -
System Red Green Blue C M Y K H S L
Decimal 28 250 230 0.89 0 0.08 0.02 174.59 0.96 0.55
Hex 1C FA E6 59 0 8 2 AF 60 37
Octal 34 372 346 131 0 10 2 257 140 67
Binary 11100 11111010 11100110 1011001 0 1000 10 10101111 1100000 110111

Color Harmonies of #1CFAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CFAE6

Black with #1CFAE6

Text Example


Text Example

White with #1CFAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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