Html Css Color HEX #1CE6FC Bright Turquoise

📋 copy color: '#1CE6FC'

red 28 ◦ green 230 ◦ blue 252

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

Shades of Bright Turquoise #1CE6FC

Tints of Bright Turquoise #1CE6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.1%

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 5.49%
G = 45.1%
B = 49.41%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1CE6FC (or 0x1CE6FC) is known color: Bright Turquoise. HEX triplet: 1C, E6 and FC. RGB value is (28,230,252). Sum of RGB (Red+Green+Blue) = 28+230+252=510 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.49% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CE6FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CE6FC is #E31903. Grayscale: #ABABAB. Windows color (decimal): -14883076 or 16573980. OLE color: 16573980.

HSL color Cylindrical-coordinate representation of color #1CE6FC: hue angle of 185.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CE6FC is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 28 230 252 -
CMYK 0.89 0.09 0 0.01
HSL 185.89º 0.97% 0.55% -
HSV(B) 185.89º 0.89% 0.99% -
XYZ 46.35 63.87 101.98 -
YUV 172.11 173.08 25.21 -
System Red Green Blue C M Y K H S L
Decimal 28 230 252 0.89 0.09 0 0.01 185.89 0.97 0.55
Hex 1C E6 FC 59 9 0 1 BA 61 37
Octal 34 346 374 131 11 0 1 272 141 67
Binary 11100 11100110 11111100 1011001 1001 0 1 10111010 1100001 110111

Color Harmonies of #1CE6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE6FC

Black with #1CE6FC

Text Example


Text Example

White with #1CE6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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