Html Css Color HEX #6CE2FB Turquoise Blue

📋 copy color: '#6CE2FB'

red 108 ◦ green 226 ◦ blue 251

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

Shades of Turquoise Blue #6CE2FB

Tints of Turquoise Blue #6CE2FB

RGB

 RED value IS 108 (42.58% from 255) = 18.46%

 GREEN value IS 226 (88.67% from 255) = 38.63%

 BLUE value IS 251 (98.44% from 255) = 42.91%

R = 18.46%
G = 38.63%
B = 42.91%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6CE2FB (or 0x6CE2FB) is known color: Turquoise Blue. HEX triplet: 6C, E2 and FB. RGB value is (108,226,251). Sum of RGB (Red+Green+Blue) = 108+226+251=585 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.46% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #6CE2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE2FB is #931D04. Grayscale: #C1C1C1. Windows color (decimal): -9641221 or 16507500. OLE color: 16507500.

HSL color Cylindrical-coordinate representation of color #6CE2FB: hue angle of 190.49º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CE2FB is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 226 251 -
CMYK 0.57 0.10 0 0.02
HSL 190.49º 0.95% 0.7% -
HSV(B) 190.49º 0.57% 0.98% -
XYZ 50.79 64.55 101.05 -
YUV 193.57 160.41 66.97 -
System Red Green Blue C M Y K H S L
Decimal 108 226 251 0.57 0.10 0 0.02 190.49 0.95 0.7
Hex 6C E2 FB 39 A 0 2 BE 5F 46
Octal 154 342 373 71 12 0 2 276 137 106
Binary 1101100 11100010 11111011 111001 1010 0 10 10111110 1011111 1000110

Color Harmonies of #6CE2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE2FB

Black with #6CE2FB

Text Example


Text Example

White with #6CE2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CE2FB; }

 p { color: rgb(108,226,251); }

 H1.HeaderClassName
 {
   color: #6CE2FB;
 }
 .AnyTagClassName
 {
   color: #6CE2FB;
 }
</style>

background-color css

<style>
 a { background-color: #6CE2FB; }

 a { background-color: rgb(108,226,251); }

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

border-color css

<style>
 span { border-color: #6CE2FB; }

 span { border-color: rgb(108,226,251); }

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