Html Css Color HEX #6BE0FB Turquoise Blue

📋 copy color: '#6BE0FB'

red 107 ◦ green 224 ◦ blue 251

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

Shades of Turquoise Blue #6BE0FB

Tints of Turquoise Blue #6BE0FB

RGB

 RED value IS 107 (42.19% from 255) = 18.38%

 GREEN value IS 224 (87.89% from 255) = 38.49%

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

R = 18.38%
G = 38.49%
B = 43.13%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6BE0FB (or 0x6BE0FB) is known color: Turquoise Blue. HEX triplet: 6B, E0 and FB. RGB value is (107,224,251). Sum of RGB (Red+Green+Blue) = 107+224+251=582 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.38% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BE0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE0FB is #941F04. Grayscale: #BFBFBF. Windows color (decimal): -9707269 or 16506987. OLE color: 16506987.

HSL color Cylindrical-coordinate representation of color #6BE0FB: hue angle of 191.25º 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 #6BE0FB is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 224 251 -
CMYK 0.57 0.11 0 0.02
HSL 191.25º 0.95% 0.7% -
HSV(B) 191.25º 0.57% 0.98% -
XYZ 50.13 63.4 100.86 -
YUV 192.1 161.24 67.3 -
System Red Green Blue C M Y K H S L
Decimal 107 224 251 0.57 0.11 0 0.02 191.25 0.95 0.7
Hex 6B E0 FB 39 B 0 2 BF 5F 46
Octal 153 340 373 71 13 0 2 277 137 106
Binary 1101011 11100000 11111011 111001 1011 0 10 10111111 1011111 1000110

Color Harmonies of #6BE0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE0FB

Black with #6BE0FB

Text Example


Text Example

White with #6BE0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,224,251); }

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

background-color css

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

 a { background-color: rgb(107,224,251); }

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

border-color css

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

 span { border-color: rgb(107,224,251); }

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