Html Css Color HEX #1CCFEB Bright Turquoise

📋 copy color: '#1CCFEB'

red 28 ◦ green 207 ◦ blue 235

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

Shades of Bright Turquoise #1CCFEB

Tints of Bright Turquoise #1CCFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.04%

 BLUE value IS 235 (92.19% from 255) = 50%

R = 5.96%
G = 44.04%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1CCFEB (or 0x1CCFEB) is known color: Bright Turquoise. HEX triplet: 1C, CF and EB. RGB value is (28,207,235). Sum of RGB (Red+Green+Blue) = 28+207+235=470 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.96% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CCFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCFEB is #E33014. Grayscale: #9C9C9C. Windows color (decimal): -14888981 or 15453980. OLE color: 15453980.

HSL color Cylindrical-coordinate representation of color #1CCFEB: hue angle of 188.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCFEB is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 207 235 -
CMYK 0.88 0.12 0 0.08
HSL 188.12º 0.84% 0.52% -
HSV(B) 188.12º 0.88% 0.92% -
XYZ 37.79 50.87 86.42 -
YUV 156.67 172.2 36.22 -
System Red Green Blue C M Y K H S L
Decimal 28 207 235 0.88 0.12 0 0.08 188.12 0.84 0.52
Hex 1C CF EB 58 C 0 8 BC 54 34
Octal 34 317 353 130 14 0 10 274 124 64
Binary 11100 11001111 11101011 1011000 1100 0 1000 10111100 1010100 110100

Color Harmonies of #1CCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCFEB

Black with #1CCFEB

Text Example


Text Example

White with #1CCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,207,235); }

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

background-color css

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

 a { background-color: rgb(28,207,235); }

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

border-color css

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

 span { border-color: rgb(28,207,235); }

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