Html Css Color HEX #6BCFED Turquoise Blue

📋 copy color: '#6BCFED'

red 107 ◦ green 207 ◦ blue 237

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

Shades of Turquoise Blue #6BCFED

Tints of Turquoise Blue #6BCFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 19.42%
G = 37.57%
B = 43.01%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BCFED (or 0x6BCFED) is known color: Turquoise Blue. HEX triplet: 6B, CF and ED. RGB value is (107,207,237). Sum of RGB (Red+Green+Blue) = 107+207+237=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BCFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCFED is #943012. Grayscale: #B4B4B4. Windows color (decimal): -9711635 or 15585131. OLE color: 15585131.

HSL color Cylindrical-coordinate representation of color #6BCFED: hue angle of 193.85º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BCFED is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 207 237 -
CMYK 0.55 0.13 0 0.07
HSL 193.85º 0.78% 0.67% -
HSV(B) 193.85º 0.55% 0.93% -
XYZ 43.66 53.87 88.22 -
YUV 180.52 159.87 75.56 -
System Red Green Blue C M Y K H S L
Decimal 107 207 237 0.55 0.13 0 0.07 193.85 0.78 0.67
Hex 6B CF ED 37 D 0 7 C2 4E 43
Octal 153 317 355 67 15 0 7 302 116 103
Binary 1101011 11001111 11101101 110111 1101 0 111 11000010 1001110 1000011

Color Harmonies of #6BCFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFED

Black with #6BCFED

Text Example


Text Example

White with #6BCFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,207,237); }

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

background-color css

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

 a { background-color: rgb(107,207,237); }

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

border-color css

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

 span { border-color: rgb(107,207,237); }

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