Html Css Color HEX #42EBFD Turquoise

📋 copy color: '#42EBFD'

red 66 ◦ green 235 ◦ blue 253

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

Shades of Turquoise #42EBFD

Tints of Turquoise #42EBFD

RGB

 RED value IS 66 (26.17% from 255) = 11.91%

 GREEN value IS 235 (92.19% from 255) = 42.42%

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 11.91%
G = 42.42%
B = 45.67%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42EBFD (or 0x42EBFD) is known color: Turquoise. HEX triplet: 42, EB and FD. RGB value is (66,235,253). Sum of RGB (Red+Green+Blue) = 66+235+253=554 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.91% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #42EBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EBFD is #BD1402. Grayscale: #BABABA. Windows color (decimal): -12391427 or 16640834. OLE color: 16640834.

HSL color Cylindrical-coordinate representation of color #42EBFD: hue angle of 185.78º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42EBFD is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 235 253 -
CMYK 0.74 0.07 0 0.01
HSL 185.78º 0.98% 0.63% -
HSV(B) 185.78º 0.74% 0.99% -
XYZ 49.68 67.67 103.37 -
YUV 186.52 165.51 42.04 -
System Red Green Blue C M Y K H S L
Decimal 66 235 253 0.74 0.07 0 0.01 185.78 0.98 0.63
Hex 42 EB FD 4A 7 0 1 BA 62 3F
Octal 102 353 375 112 7 0 1 272 142 77
Binary 1000010 11101011 11111101 1001010 111 0 1 10111010 1100010 111111

Color Harmonies of #42EBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EBFD

Black with #42EBFD

Text Example


Text Example

White with #42EBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42EBFD; }

 p { color: rgb(66,235,253); }

 H1.HeaderClassName
 {
   color: #42EBFD;
 }
 .AnyTagClassName
 {
   color: #42EBFD;
 }
</style>

background-color css

<style>
 a { background-color: #42EBFD; }

 a { background-color: rgb(66,235,253); }

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

border-color css

<style>
 span { border-color: #42EBFD; }

 span { border-color: rgb(66,235,253); }

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